.scroll_a .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: 300ms;
  height: 7px;
  width: 7px;
  border-radius: 3.5px;
}

.scroll_a .swiper-pagination-bullet-active {
  width: 20px;
}

.scroll_a .swiper-slide {
  width: 100%;
  height: calc(100vh - 100px);
  display: block;
}

.scroll_a .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yewu {
  background-color: #f8f8f8;
}
.yewu .min-box {
  overflow: hidden;
  padding: 90px 0;
  width: 1600px;
}

.yewu .min-box .center-title {
  text-align: center;
  padding-bottom: 60px;
}
.yewu .min-box .center-title h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.yewu .min-box .center-title h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #de0001;
  content: "";
}

.yewu .min-box .center-title p {
  color: #666;
  font-size: 20px;
}

.yewu .min-box .center-title .bot-title {
  font-size: 102px;
  color: #ebecef;
}

.yewu .min-box .center-title .cn-title {
  font-size: 36px;
  text-align: center;
  left: 0;
  position: absolute;
  color: #212d52;
  top: 65px;
  width: 100%;
}

.yewu .min-box .center-title .det-msg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 130px;
  font-size: 18px;
  text-align: center;
  color: #212d52;
}
.yewu .min-box ul {
  background: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 0 50px;
}
.yewu .min-box ul li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  padding: 50px 0;
  margin: 0;
  transition: 0.5s;
}
.yewu .min-box ul li .td {
  position: relative;
  top: 0;
  transition: 0.5s;
}
.yewu .min-box ul li:hover .td {
  top: -5px;
}
.yewu .min-box ul li.f3 {
  border: 0;
}
.yewu .min-box ul li .pic {
  display: inline-block;
  vertical-align: middle; /*width:31%;*/
  text-align: right;
}
.yewu .min-box ul li .pic img{
  width: 82px;
  height: 82px;
}
.yewu .min-box ul li .cons {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  margin-left: 5%;
  text-align: left;
}
.yewu .min-box ul li .cons .t {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  color: #6a6a6a;
}
.yewu .min-box ul li .cons .t2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  color: #5a5a5a;
}
.yewu .min-box ul li .cons .l {
  width: 60px;
  height: 1px;
  background: #666;
  margin: 25px 0;
}
.yewu .min-box ul li .cons .c {
  line-height: 26px;
  color: #5a5a5a;
}

.jianjie {
  width: 100%;
  background-image: url(../img/gywmbg.png);
  background-size: cover;
  background-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}

.jianjie .center-box {
  width: 1600px;
  overflow: hidden;
  height: 563px;
  background-color: #ffffff;
}

.jianjie .center-box .left-box {
  float: left;
  width: 40%;
  height: 100%;
  background-image: url(../img/gywmimg.png);
  background-size: cover;
  background-origin: center;
  background-position: 50%;
}

.jianjie .center-box .right-box {
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
  padding: 60px 80px 60px 60px;
}
.jianjie .center-box .right-box .subject {
  position: absolute;
  left: 60px;
  top: 60px;
  border-right: 2px solid #e60012;
  padding: 0 40px 0 0;
  color: #999;
}

.jianjie .center-box .right-box .subject .p1 {
  font-size: 22px;
  line-height: 22px;
  font-family: "CAI978";
}

.jianjie .center-box .right-box .subject .p2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

.jianjie .center-box .right-box .cons {
  margin: 0 0 0 130px;
}

.jianjie .center-box .right-box .cons .title {
  font-size: 20px;
  line-height: 35px;
  margin: 30px 0 18px 0;
  color: #666;
}

.jianjie .center-box .right-box .big-title {
  font-size: 102px;
  color: #e7e8eb;
  /*background-image:  linear-gradient(#e7e8eb, #f5f5f6);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-clip: text;*/
  /*text-fill-color: transparent;*/
  position: relative;
  line-height: 80px;
}

.jianjie .center-box .right-box .big-title::before {
  content: attr(data-text);
  position: absolute;
  font-size: 36px;
  color: #212d52;
  bottom: 0;
  left: 0;
  line-height: 46px;
}

.jianjie .center-box .right-box .det-msgd {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.jianjie .center-box .right-box .more {
  display: inline-block;
  margin-top: 40px;
}
.jianjie .center-box .right-box .more a {
  display: block;
  color: #999;
  font-size: 16px;
}
.jianjie .center-box .right-box .more i {
  display: block;
  height: 2px;
  width: 20px;
  background: #e60012;
  margin-top: 3px;
  transition: 0.5s;
}

.jianjie .center-box .right-box .more:hover i {
  width: 100%;
}

.anli .min-box {
  max-width: 1600px;
  width: 100%;
  min-width: 750px;
  padding: 90px 0;
  min-height: 700px;
}

.anli .min-box .top-max-title {
  text-align: center;
  padding-bottom: 40px;
}

.anli .min-box .top-max-title h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.anli .min-box .top-max-title h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #de0001;
  content: "";
}

.anli .min-box .top-max-title p {
  color: #666;
  font-size: 20px;
}

.anli .min-box .class-item {
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #212d52;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}

.anli .min-box .class-item .links {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.anli .min-box .class-item .links::before {
  transition: top 300ms;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #1f2a4d;
}

.anli .min-box .class-item .links::after {
  transition: background-color 0ms, top 300ms;
  transition-delay: 300ms, 0ms;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #1f2a4d;
  color: #ffffff;
}

.anli .min-box .class-item .acts::before {
  top: -100%;
}

.anli .min-box .class-item .acts::after {
  top: 0%;
  background-color: #1f2a4d;
  transition-delay: 0ms;
}

.anli .min-box .sw-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.anli .min-box .sw-box .links {
  display: block;
  width: 100%;
  text-align: center;
  color: #212d52;
  margin-bottom: 20px;
  line-height: 40px;
  border-bottom: solid 1px #212d52;
  font-size: 24px;
  text-decoration: none;
}
.anli .min-box .cp-item {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  /*margin-bottom: 20px;*/
  transition: transform 300ms, opacity 300ms;
  transform: translateY(120px);
  opacity: 0;
  pointer-events: none;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/

  position: relative;
  display: flex;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.anli .min-box .cp-item.shows {
  position: relative;
  display: flex;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.anli .min-box .cp-item .cp-box {
  display: block;
  width: calc(25% - 12px);
  height: 0;
  padding-bottom: 17.6%;
  /*background-color: blue;*/
  margin-right: 16px;
  margin-bottom: 16px;
  background-image: url(../img/anli.png);
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.anli .min-box .cp-item .cp-box:nth-child(4n) {
  margin-right: 0;
}

.anli .min-box .cp-item .cp-box .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 45, 82, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 300ms;
  opacity: 0;
}

.anli .min-box .cp-item .cp-box .hover-box .more-icon {
  width: 100%;
  height: 10px;
  /*background-color: red;*/
  position: absolute;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  overflow: hidden;
}

.anli .min-box .cp-item .cp-box .hover-box .more-icon p {
  margin-right: 15px;
  display: block;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transition: margin-right 300ms, opacity 300ms;
  transform: rotateZ(-45deg);
  opacity: 0;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p {
  margin-right: -5px;
  opacity: 1;
  transition-delay: 300ms;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(2) {
  transition-delay: 200ms;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(3) {
  transition-delay: 100ms;
}

.anli .min-box .cp-item .cp-box .hover-box .big-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-align: center;
  transition: transform 500ms, opacity 500ms;
  transform: translateY(30px);
  padding: 0 20px;
  opacity: 0;
}

.anli .min-box .cp-item .cp-box .hover-box .dets {
  font-size: 16px;
  width: 100%;
  text-align: center;
  transition: transform 500ms, opacity 500ms;
  transform: translateY(-20px);
  opacity: 0;
}

.anli .min-box .cp-item .cp-box .hover-box .dolt {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 14px;
  margin-bottom: 12px;
  transition: opacity 500ms;
  opacity: 0;
  padding: 0 20px;
}

.anli .min-box .cp-item .cp-box:hover .hover-box {
  opacity: 1;
}

.anli .min-box .cp-item .cp-box:hover .dolt {
  opacity: 1;
  transition-delay: 150ms;
}

.anli .min-box .cp-item .cp-box:hover .big-title {
  opacity: 1;
  transition-delay: 150ms;
  transform: translateY(0);
}

.anli .min-box .cp-item .cp-box:hover .dets {
  opacity: 1;
  transition-delay: 150ms;
  transform: translateY(0);
}

.anli .show-more {
  display: block;
  width: 200px;
  height: 55px;
  background-color: #212d52;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
  transition: 300ms;
}

.anli .show-more:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.youshi {
  width: 100%;
  background-image: url(../img/719542471.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

.youshi .min-box {
  width: 1600px;
  padding-top: 90px;
}

.youshi .min-box .top-max-title {
  text-align: center;
  padding-bottom: 40px;
}
.youshi .min-box .top-max-title h4 {
  font-size: 16px;
  color: #fff;
}

.youshi .min-box .top-max-title h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.youshi .min-box .top-max-title p {
  color: #fff;
  font-size: 18px;
}

.youshi .min-box .list-card-item {
  width: 100%;
  margin-top: 35px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  counter-reset: nums;
}

.youshi .min-box .list-card-item .card {
  width: 23%;
  height: 335px;
  background-color: #ffffff;
  border-left: solid 4px #d3b574;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 70px 50px 70px;
}
.youshi .min-box .list-card-item .card h3 {
  color: #e90000;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 58px;
}
.youshi .min-box .list-card-item .card .max-title {
  font-size: 24px;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.youshi .min-box .list-card-item .card .det-text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #666;
  line-height: 26px;
}

.news .min-box {
  width: 1600px;
  overflow: hidden;
  padding: 90px 0;
}

.news .min-box .top-max-title {
  text-align: center;
  padding-bottom: 60px;
}

.news .min-box .top-max-title h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.news .min-box .top-max-title h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #de0001;
  content: "";
}
.news .min-box .top-max-title p {
  color: #666;
  font-size: 20px;
}

.news .min-box .news-item {
  width: 100%;
  /*margin-top: px;*/
  height: 500px;
  /*background-color: red;*/
}

.news .min-box .news-item .left-box {
  width: 48%;
  height: 543px;
  float: left;
  display: block;
  position: relative;
}
.news .min-box .news-item .left-box .img {
  width: 100%;
  height: 543px;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
}

.news .min-box .news-item .left-box .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.8s;
}

.news .min-box .news-item .left-box .big-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  left: 0;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
}

.news .min-box .news-item .right-box {
  width: 48%;
  height: 100%;
  float: right;
}

.news .min-box .news-item .right-box .news-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news .min-box .news-item .right-box .news-list li {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.news .min-box .news-item .right-box .news-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #141414;
}

.news .min-box .news-item .right-box .news-list li a .times {
  display: flex;
  padding-right: 16.5px;
  border-right: solid 1px #f3f3f3;
  text-align: center;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 68px;
  height: 100%;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
}
.news .min-box .news-item .right-box .news-list li a .times::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 1px;
  top: 50%;
  border-right: solid 1px #4d5774;
  transition: height 300ms, top 300ms;
}
.news .min-box .news-item .right-box .news-list li a:hover .times::before {
  height: 100%;
  top: 0%;
}
.news .min-box .news-item .right-box .news-list li a .times p:last-child {
  font-size: 16px;
  color: #666;
}
.news .min-box .news-item .right-box .news-list li a .news-det {
  width: 82%;
  height: 100%;
}
.news .min-box .news-item .right-box .news-list li a .news-det .news-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.news .min-box .news-item .right-box .news-list li a .news-detals {
  color: #707070;
  font-size: 14px;
}
